home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 August (Alt)
/
CHIP 2005-08.1.iso
/
program
/
guvenlik
/
syslinux-3.07.exe
/
com32
/
lib
/
init.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2004-11-10
|
270 b
|
16 lines
/*
* init.h
*
* Magic to set up initializers
*/
#ifndef _INIT_H
#define _INIT_H 1
#include <inttypes.h>
#define COM32_INIT(x) static const void * const __COM32_INIT \
__attribute__((section(".init_array"),unused)) = (const void * const)&x
#endif /* _INIT_H */